type runtime.lfstack

12 uses

	runtime (current package)
		lfstack.go#L22: type lfstack uint64
		lfstack.go#L24: func (head *lfstack) push(node *lfnode) {
		lfstack.go#L36: func (head *lfstack) pop() unsafe.Pointer {
		lfstack.go#L65: func (head *lfstack) empty() bool {
		mcleanup.go#L367: 	full      lfstack
		mcleanup.go#L369: 	_         [cpu.CacheLinePadSize - unsafe.Sizeof(lfstack(0)) - unsafe.Sizeof(atomic.Uint64{})]byte
		mcleanup.go#L372: 	free lfstack
		mcleanup.go#L380: 	_ [cpu.CacheLinePadSize - unsafe.Sizeof(lfstack(0)) - 1]byte
		mgc.go#L328: 	full  lfstack          // lock-free list of full blocks workbuf
		mgc.go#L330: 	empty lfstack          // lock-free list of empty blocks workbuf
		mspanset.go#L329: 	stack lfstack
		runtime2.go#L1468: 	gcBgMarkWorkerPool lfstack